Pet Store Web Service
Pet Store Web Service : Pet Json Schema
Pet Json Schema
Description
Represents a single Pet in the Store.
Overview
Pet
Represents a single Pet in the Store.
id : integer
Unique identifier for this pet.
category : Category
Pet category.
id : integer
Unique identifier for this category.
name : string
Category Name.
name : string
Pet Name.
photoUrls : Array[string]
Photo Urls.
tags : Array[Tag]
Tags currently applied to this Pet.
id : integer
Unique identifier for this tag.
name : string
Tag Name.
status : string
Pet Status.
Properties
NameDescriptionData Type
Unique identifier for this pet.integer
Pet category.Category
Pet Name.string
Photo Urls.Array[string]
Tags currently applied to this Pet.Array[Tag]
Pet Status.string
See Also